flutter label align top

45

TextFormField(
  textAlignVertical: TextAlignVertical.top,
  decoration: InputDecoration(
      labelText: "Label",
      alignLabelWithHint: true,
)

Comments

Submit
0 Comments